-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: write build number to summary - no ticket #2232
base: develop
Are you sure you want to change the base?
Conversation
…uild-number-to-github-step-summary-
d733a5e
to
feb2a9d
Compare
if summary_file.nil? || summary_file.empty? | ||
UI.error("GITHUB_STEP_SUMMARY is not set. Are you running in GitHub Actions?") | ||
return | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does it stop fastlane locally? if yes, we should just warn instead
Test Results0 tests 0 ✅ 0s ⏱️ Results for commit feb2a9d. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added another question on this? + could you create a ticket for it for tracking please?
|
||
File.open(summary_file, "a") do |file| | ||
file.puts "## Fastlane Summary" | ||
file.puts "- 🛠️ Version: '#{extra_info}'" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we can list also here the framework list tested
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does it fail to build?
Issue
This PR adds some code to the Fastfile which prints the build number of the build to the step summary:
Checklist
[WPB-XXX]
.UI accessibility checklist
If your PR includes UI changes, please utilize this checklist: